// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['End of the Line - Allman Brothers Tribute','Arlington Music Hall','Arlington, TX','Friday','5/3/2024','8:00 PM','6083109','End-of-the-Line---Allman-Brothers-Tribute-5-3-2024'],['Idlewild South - The Allman Brothers Tribute','Wally's Pub','Hampton, NH','Saturday','5/4/2024','9:00 PM','6312804','Idlewild-South---The-Allman-Brothers-Tribute-5-4-2024'],['End of the Line - Allman Brothers Tribute','The Big Barn at Dosey Doe','Spring, TX','Sunday','5/5/2024','7:30 PM','6398879','End-of-the-Line---Allman-Brothers-Tribute-5-5-2024'],['Revival ABB - The Music of The Allman Brothers Band','Beachland Ballroom','Cleveland, OH','Saturday','5/11/2024','8:00 PM','6344407','Revival-ABB---The-Music-of-The-Allman-Brothers-Band-5-11-2024'],['Allman Brothers Band Tribute','Live at the Ludlow Garage','Cincinnati, OH','Friday','5/17/2024','7:30 PM','6221147','Allman-Brothers-Band-Tribute-5-17-2024'],['A Brothers Revival - A Tribute to the Allman Brothers Band','Tropicana Showroom at Tropicana Casino - NJ','Atlantic City, NJ','Saturday','5/25/2024','8:00 PM','6276330','A-Brothers-Revival---A-Tribute-to-the-Allman-Brothers-Band-5-25-2024'],['Ain't Wastin Time - A Tribute to the Allman Brothers','Antone's Nightclub','Austin, TX','Saturday','6/1/2024','8:00 PM','6364695','Ain-t-Wastin-Time---A-Tribute-to-the-Allman-Brothers-6-1-2024'],['Soulshine - Allman Brothers Experience','New Hope Winery','New Hope, PA','Saturday','6/22/2024','8:00 PM','5894056','Soulshine---Allman-Brothers-Experience-6-22-2024'],['Live At The Fillmore - Tribute to The Allman Brothers','District Music Hall','Norwalk, CT','Saturday','7/6/2024','8:00 PM','6298671','Live-At-The-Fillmore---Tribute-to-The-Allman-Brothers-7-6-2024'],['Brothers Again - Tribute to The Allman Brothers Band','Florida Theatre Jacksonville','Jacksonville, FL','Friday','7/26/2024','8:00 PM','6387514','Brothers-Again---Tribute-to-The-Allman-Brothers-Band-7-26-2024'],['Idlewild South - The Allman Brothers Tribute','Penn Community Bank Amphitheater','Bensalem, PA','Wednesday','8/7/2024','7:00 PM','6313810','Idlewild-South---The-Allman-Brothers-Tribute-8-7-2024'],['End of the Line - Allman Brothers Tribute','City Winery - Nashville','Nashville, TN','Friday','8/23/2024','7:30 PM','6376242','End-of-the-Line---Allman-Brothers-Tribute-8-23-2024'],['Tribute - A Celebration of The Allman Brothers','Walhalla Civic Auditorium','Walhalla, SC','Friday','9/20/2024','7:30 PM','6352021','Tribute---A-Celebration-of-The-Allman-Brothers-9-20-2024'],['End of the Line - Allman Brothers Tribute','Penns Peak','Jim Thorpe, PA','Friday','10/4/2024','8:00 PM','6394313','End-of-the-Line---Allman-Brothers-Tribute-10-4-2024'],['End of the Line - Allman Brothers Tribute','Jergel's Rhythm Grille','Warrendale, PA','Sunday','10/6/2024','7:00 PM','6375253','End-of-the-Line---Allman-Brothers-Tribute-10-6-2024'],['The Definitive Allman Brothers Band Tribute','House Of Blues - New Orleans','New Orleans, LA','Friday','4/4/2070','TBD','4406608','The-Definitive-Allman-Brothers-Band-Tribute-4-4-2070'],['Big Martha - Tribute To The Allman Brothers Band','Tralf','Buffalo, NY','Wednesday','12/10/2070','7:00 PM','4564892','Big-Martha---Tribute-To-The-Allman-Brothers-Band-12-10-2070']],'Allman Brothers','http://www.ticketnetwork.com/ticket/Allman-Brothers-events.aspx');